home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_46.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  487 b   |  19 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gToolBarTextMan, gConMan
  5.   if not done then
  6.     sendAllSprites(#sendToolBarCoverAway)
  7.     sendAllSprites(#bringResourceButtonsForward)
  8.     nextDecision = getNextInteriorDecision(gConMan)
  9.     case nextDecision of
  10.       #staircases:
  11.         whichText = "int_FireplacesOut_StairsNext"
  12.       #kitchenStyles:
  13.         whichText = "int_FireplacesOut_KitchenStyles"
  14.     end case
  15.     setToolBarText(gToolBarTextMan, whichText)
  16.   end if
  17.   go(the frame)
  18. end
  19.